home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / MSWLGO35.ZIP / LOGOLIB / REDUCE < prev    next >
Text File  |  1991-08-29  |  246b  |  8 lines

  1. to reduce :reduce.function :reduce.list
  2. if emptyp bf :reduce.list [op first :reduce.list]
  3. op apply :reduce.function (list (first :reduce.list) ~
  4.                                 (reduce :reduce.function bf :reduce.list))
  5. end
  6.  
  7. bury "reduce
  8.